home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
SCRIPTZ
/
GUESS.ZIP
/
guess.txt
Wrap
Text File
|
1997-02-03
|
1KB
|
40 lines
This script is part of bazBot v1.8 made by Ronny 1996 (C)
the carrent script was made by baz-oo-ka.
All you need to do is to add the folowing in to the indicated section of tools
To start the game just type "/game1" and the script will do the rest!
Aliases:
/game1 {
set %main $r(1,100)
echo 4 the chosen number is: %main
notice $chan Guess my stupid number game has began!
notice $chan to guess my number type `Guess number
notice $chan guess the stupid number game will be over in 5 minutes so move your ass and hurry up!!
enable #guess | timer8 1 300 /loser
}
/loser {
notice $chan umm sorry dudes!! but you LOST!!! HaHaHaHa!!!
notice $chan the number was [ $+ [ %main ] $+ ] (Doh!)
notice $chan welp.. better luck next time =)
disable #guess
}
/winner {
notice $chan Game Over!! Winner: %win , Losers: the rest!!
disable #guess | /timer8 off
}
Remote Events:
#guess start
1:on text:`guess*:#: {
if ($parm2 == $null) { notice $chan $nick had no guess specified }
elseif ($parm2 < %main) { notice $chan umm $nick $+ ? , sorry but you guesst to ╗Low½ }
elseif ($parm2 > %main) { notice $chan umm $nick $+ ? , sorry but you guesst to ╗High½ }
elseif ($parm2 == %main) { notice $chan umm $nick $+ ? , thats right!! the number is $+ %main $+ YOU WON!!!!!! | /set %win $nick | winner }
}
#guess end